projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
734a7f6
)
tmem: Remove bogus variable decl, fixing build.
author
Keir Fraser
<keir.fraser@citrix.com>
Thu, 6 Aug 2009 08:53:37 +0000
(09:53 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Thu, 6 Aug 2009 08:53:37 +0000
(09:53 +0100)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/common/tmem.c
patch
|
blob
|
history
diff --git
a/xen/common/tmem.c
b/xen/common/tmem.c
index c350de9d621ac5232bd156400d173a49bab49c95..9df8d4d91e8f78ab8711191fcdccf59c35de3b9e 100644
(file)
--- a/
xen/common/tmem.c
+++ b/
xen/common/tmem.c
@@
-2103,7
+2103,6
@@
static int tmemc_restore_put_page(int cli_id, int pool_id, uint64_t oid,
{
client_t *client = tmh_client_from_cli_id(cli_id);
pool_t *pool = (client == NULL) ? NULL : client->pools[pool_id];
-int ret = 0;
if ( pool == NULL )
return -1;